Enum TrafficType

java.lang.Object
java.lang.Enum<TrafficType>
com.cisco.pt.ipc.enums.TrafficType
All Implemented Interfaces:
Serializable, Comparable<TrafficType>, Constable

public enum TrafficType extends Enum<TrafficType>
An enum for the IPC's TrafficType values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • TRAFFIC_TYPE_ICMP

      public static final TrafficType TRAFFIC_TYPE_ICMP
    • TRAFFIC_TYPE_TCP

      public static final TrafficType TRAFFIC_TYPE_TCP
    • TRAFFIC_TYPE_UDP

      public static final TrafficType TRAFFIC_TYPE_UDP
    • TRAFFIC_TYPE_RIP_V1

      public static final TrafficType TRAFFIC_TYPE_RIP_V1
    • TRAFFIC_TYPE_RIP_V2

      public static final TrafficType TRAFFIC_TYPE_RIP_V2
    • TRAFFIC_TYPE_ARP

      public static final TrafficType TRAFFIC_TYPE_ARP
    • TRAFFIC_TYPE_CDP

      public static final TrafficType TRAFFIC_TYPE_CDP
    • TRAFFIC_TYPE_DHCP

      public static final TrafficType TRAFFIC_TYPE_DHCP
    • TRAFFIC_TYPE_NAT

      public static final TrafficType TRAFFIC_TYPE_NAT
    • TRAFFIC_TYPE_EIGRP

      public static final TrafficType TRAFFIC_TYPE_EIGRP
    • TRAFFIC_TYPE_VTP

      public static final TrafficType TRAFFIC_TYPE_VTP
    • TRAFFIC_TYPE_STP

      public static final TrafficType TRAFFIC_TYPE_STP
    • TRAFFIC_TYPE_OSPF

      public static final TrafficType TRAFFIC_TYPE_OSPF
    • TRAFFIC_TYPE_DTP

      public static final TrafficType TRAFFIC_TYPE_DTP
    • TRAFFIC_TYPE_TELNET

      public static final TrafficType TRAFFIC_TYPE_TELNET
    • TRAFFIC_TYPE_SSH

      public static final TrafficType TRAFFIC_TYPE_SSH
    • TRAFFIC_TYPE_TFTP

      public static final TrafficType TRAFFIC_TYPE_TFTP
    • TRAFFIC_TYPE_HTTP

      public static final TrafficType TRAFFIC_TYPE_HTTP
    • TRAFFIC_TYPE_HTTPS

      public static final TrafficType TRAFFIC_TYPE_HTTPS
    • TRAFFIC_TYPE_DNS

      public static final TrafficType TRAFFIC_TYPE_DNS
    • TRAFFIC_TYPE_ICMPV6

      public static final TrafficType TRAFFIC_TYPE_ICMPV6
    • TRAFFIC_TYPE_LACP

      public static final TrafficType TRAFFIC_TYPE_LACP
    • TRAFFIC_TYPE_PAGP

      public static final TrafficType TRAFFIC_TYPE_PAGP
    • TRAFFIC_TYPE_IPSEC

      public static final TrafficType TRAFFIC_TYPE_IPSEC
    • TRAFFIC_TYPE_IKE

      public static final TrafficType TRAFFIC_TYPE_IKE
    • TRAFFIC_TYPE_SYSLOG

      public static final TrafficType TRAFFIC_TYPE_SYSLOG
    • TRAFFIC_TYPE_TACACS

      public static final TrafficType TRAFFIC_TYPE_TACACS
    • TRAFFIC_TYPE_RADIUS

      public static final TrafficType TRAFFIC_TYPE_RADIUS
    • TRAFFIC_TYPE_SNMP

      public static final TrafficType TRAFFIC_TYPE_SNMP
    • TRAFFIC_TYPE_NTP

      public static final TrafficType TRAFFIC_TYPE_NTP
    • TRAFFIC_TYPE_FTP

      public static final TrafficType TRAFFIC_TYPE_FTP
    • TRAFFIC_TYPE_SMTP

      public static final TrafficType TRAFFIC_TYPE_SMTP
    • TRAFFIC_TYPE_POP3

      public static final TrafficType TRAFFIC_TYPE_POP3
    • TRAFFIC_TYPE_SCCP

      public static final TrafficType TRAFFIC_TYPE_SCCP
    • TRAFFIC_TYPE_RTP

      public static final TrafficType TRAFFIC_TYPE_RTP
    • TRAFFIC_TYPE_H323

      public static final TrafficType TRAFFIC_TYPE_H323
    • TRAFFIC_TYPE_BGP

      public static final TrafficType TRAFFIC_TYPE_BGP
    • TRAFFIC_TYPE_HSRP

      public static final TrafficType TRAFFIC_TYPE_HSRP
    • TRAFFIC_TYPE_HSRPV6

      public static final TrafficType TRAFFIC_TYPE_HSRPV6
    • TRAFFIC_TYPE_NETFLOW

      public static final TrafficType TRAFFIC_TYPE_NETFLOW
    • TRAFFIC_TYPE_NDV6

      public static final TrafficType TRAFFIC_TYPE_NDV6
    • TRAFFIC_TYPE_RIPNG

      public static final TrafficType TRAFFIC_TYPE_RIPNG
    • TRAFFIC_TYPE_DHCPV6

      public static final TrafficType TRAFFIC_TYPE_DHCPV6
    • TRAFFIC_TYPE_EIGRPV6

      public static final TrafficType TRAFFIC_TYPE_EIGRPV6
    • TRAFFIC_TYPE_OSPFV6

      public static final TrafficType TRAFFIC_TYPE_OSPFV6
    • TRAFFIC_TYPE_IO_E

      public static final TrafficType TRAFFIC_TYPE_IO_E
    • TRAFFIC_TYPE_PTP

      public static final TrafficType TRAFFIC_TYPE_PTP
    • TRAFFIC_TYPE_REP

      public static final TrafficType TRAFFIC_TYPE_REP
    • TRAFFIC_TYPE_CAPWAP_UDP

      public static final TrafficType TRAFFIC_TYPE_CAPWAP_UDP
    • TRAFFIC_TYPE_LLDP

      public static final TrafficType TRAFFIC_TYPE_LLDP
    • TRAFFIC_TYPE_SPAN

      public static final TrafficType TRAFFIC_TYPE_SPAN
    • TRAFFIC_TYPE_IO_ETCP

      public static final TrafficType TRAFFIC_TYPE_IO_ETCP
    • TRAFFIC_TYPE_USB

      public static final TrafficType TRAFFIC_TYPE_USB
    • TRAFFIC_TYPE_BLUETOOTH

      public static final TrafficType TRAFFIC_TYPE_BLUETOOTH
    • TRAFFIC_TYPE_PPPO_ED

      public static final TrafficType TRAFFIC_TYPE_PPPO_ED
    • TRAFFIC_TYPE_PPP

      public static final TrafficType TRAFFIC_TYPE_PPP
    • TRAFFIC_TYPE_EAPOL

      public static final TrafficType TRAFFIC_TYPE_EAPOL
    • TRAFFIC_TYPE_MERAKI_UDP

      public static final TrafficType TRAFFIC_TYPE_MERAKI_UDP
    • TRAFFIC_TYPE_CUSTOM

      public static final TrafficType TRAFFIC_TYPE_CUSTOM
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static TrafficType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TrafficType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static TrafficType fromIntValue(int value)
    • fromIntValue

      public static TrafficType fromIntValue(Integer value)